home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / inverted not so colour < prev    next >
Text File  |  1999-06-15  |  610b  |  33 lines

  1. Category: Andrew's Filters 20
  2. Title: Inverted Not So Colour...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: InNotSo.8bf
  6.  
  7. R:255-mix(sub(r,mix(g,r,ctl(0),125),mix(b,r,ctl(0),125)),r,ctl(6),ctl(7))
  8.  
  9. G:255-mix(sub(g,mix(r,g,ctl(2),125),mix(b,g,ctl(3),125)),g,ctl(6),ctl(7))
  10.  
  11. B:255-mix(sub(b,mix(r,b,ctl(4),125),mix(g,b,ctl(5),125)),b,ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Green
  16. ctl[1]: Red Blue
  17. ctl[2]: Green Red
  18. ctl[3]: Green Blue
  19. ctl[4]: Blue Red
  20. ctl[5]: Blue Green
  21. ctl[6]: Mix 1
  22. ctl[7]: Mix 2
  23.  
  24. val[0]: 234
  25. val[1]: 135
  26. val[2]: 203
  27. val[3]: 15
  28. val[4]: 239
  29. val[5]: 27
  30. val[6]: 47
  31. val[7]: 197
  32.  
  33.